home *** CD-ROM | disk | FTP | other *** search
/ Joytech 2005 (USA) / Joytech 2005 (USA).bin / pc / installers / adobe reader 6.0 / adobe reader 6.0.app / contents / resources / adobe reader.rsrc / EXVW_10122_admPropinspTabOrderPanel < prev    next >
Encoding:
Text File  |  2006-01-01  |  559 b   |  11 lines

  1. dialog(name: '$$$/Dialogs/PropertiesInspector/TabOrder')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         radio(item_id: 'rows', group_id: 'rgrp', name: '$$$/Dialogs/PropertiesInspector/TabOrder/Rows', next_tab: 'cols');
  6.         radio(item_id: 'cols', group_id: 'rgrp', name: '$$$/Dialogs/PropertiesInspector/TabOrder/Columns', next_tab: 'stru');
  7.         radio(item_id: 'stru', group_id: 'rgrp', name: '$$$/Dialogs/PropertiesInspector/TabOrder/Structure', next_tab: 'none');
  8.         radio(item_id: 'none', group_id: 'rgrp', name: '$$$/Dialogs/PropertiesInspector/TabOrder/None');
  9.     }
  10. }
  11.